home *** CD-ROM | disk | FTP | other *** search
- /*
- oma.srx
-
- Use OMA for your assembler files
-
- © 1996 HAAGE & PARTNER GmbH
-
- $VER oma.srx 1.0 (4.11.96)
-
- Scripts for assemblers should never set an object file name, this is always
- set by the StormShell itself.
-
- */
-
- /* Don't forget the point '.' at the end \/ */
- PARSE ARG '"' filename '"' '"' projectname '"' '"' objectname '"' .
-
- SAY ""
- SAY "OMA Script ©1996 HAAGE & PARTNER GmbH"
- SAY "Assemble "||filename||" to object "||objectname||"."
-
- /* compile */
- ADDRESS COMMAND "OMA "||filename||" -o "||objectname||" -cos -m"
-